home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
a6
/
a6.dir
/
00019_BACK toggle.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-19
|
322 b
|
16 lines
on mouseDown
puppetSprite(33, 1)
set the memberNum of sprite 33 to the number of member "BACK ON"
updateStage()
end
on mouseUp
global rootpath
set the memberNum of sprite 33 to the number of member "BACK OFF"
updateStage()
puppetSprite(33, 0)
unsetQT(5)
unLoad()
go("demos", rootpath & "TOC.dir")
end